From a007dbe7ddaf7d4b0822e9878208078e48082570 Mon Sep 17 00:00:00 2001 From: robertl Date: Thu, 20 Apr 2006 18:02:18 +0000 Subject: [PATCH] Be more disciplined in use of 'title' in 'example'. --- gpsbabel/readme.xml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/gpsbabel/readme.xml b/gpsbabel/readme.xml index 2a10ef412..000e69bcc 100644 --- a/gpsbabel/readme.xml +++ b/gpsbabel/readme.xml @@ -67,7 +67,7 @@ mechanism. GPSBabel is distributed in source format that will work on about any operating system and as ready-to-run binaries for some operating systems, notably Windows. See the "OS-Specific notes" at -gpsbabel.orgfor +gpsbabel.org for instructions on those binary kits. For operating systems where no binary is provided, you will @@ -336,7 +336,7 @@ name. differences. - An example with all options + Sample BCR command with all options gpsbabel -r -i gpx -f in.gpx -o bcr,index=1,name="From A to B",radius=6371012 -F a_to_b.bcr @@ -618,7 +618,7 @@ be solved with the options 'date' and 'time'. - input/output time format (Windows-like For example, "hh:mm:ss xx") - write timestamps x hours relative to UTC - garmin_txt example with all options: + Command showing garmin_txt output with all options gpsbabel -i garmin_txt,date="MM/DD/YYYY",time="hh:mm:ss xx" \ -f in.txt \ -o garmin_txt,date="DD.MM.YYYY",datum="WGS 72",dist=m,prec=6,temp=c,time="HH:mm:ss",utc=+2 \ @@ -1691,7 +1691,7 @@ whether or not to force uppercase in shortnames. (0 = LEAVE AS IS, 1 = UPPERCASE ALL). NOTE: sn* options require use of the '-s' command line option. - Example Usage: + xcsv Command options gpsbabel -i xcsv,style=foo.style -f foo \ -o xcsv,style=bar.style \ -F bar @@ -1755,7 +1755,7 @@ mentioned above. Contributed to GPSBabel by Alex Mottram. The default is zero feet, essentially a duplicate position. - An example + Using position filter to suppress close points gpsbabel -i geo -f 1.loc -f 2.loc -x position,distance=1f \ -o mapsend -F 3.wpt @@ -1780,7 +1780,7 @@ mentioned above. Contributed to GPSBabel by Alex Mottram. further from the center are kept and closer points are discarded. - For example: + Using radius filter to identify points close to a given point gpsbabel -i geo -f 1.loc \ -x radius,distance=1.5M,lat=30.0,lon=-90.0 \ -o mapsend \ @@ -1791,7 +1791,7 @@ mentioned above. Contributed to GPSBabel by Alex Mottram.
- DUPLICATE + DUPLICATE The duplicate filter is designed to remove duplicate points based on their shortname (traditionally a waypoint's name on the GPS receiver), and/or their location (to a @@ -1799,7 +1799,7 @@ mentioned above. Contributed to GPSBabel by Alex Mottram. that specify how duplicates will be recognized, "shortname" and "location". Generally, at least one of these options is REQUIRED. - For example: + Using duplicate filter to suppress points with same name and locations gpsbabel -i gpx -f 1.gpx -f 2.gpx -x duplicate,location,shortname \ -o gpx -F merged_with_no_dupes.gpx -- 2.30.2